Jupyter notebooks on Azure

Azure is the Microsoft cloud

Multiple components:

  • Platform as a service (PAAS)

  • Software as a service (SAAS)

Infrastructure as a service (IAAS)

  • Virtual machines
    • Linux, Windows
    • Hadoop, e.g. HDInsights
    • Data Science virtual machine
    • etc
  • Storage
  • Use PAAS to scale out on demand but maintain full control

Azure services

Cortana Intelligence Suite

Cortana Intelligence Suite (CIS) is a set of services that allows you to build intelligence into applications

  • Azure Machine Learning Studio
  • Event hub
  • streaming analytics
  • Azure data factory
  • PowerBI
  • Microsoft R Server

Jupyter in Azure

Jupyter allows you to expose R (and other languages) in a browser, giving a light-weight IDE experience.

This is useful in many applications. Two examples:

Azure also exposes a dedicated Jupyter service

Finally, you can get a working Jupyter installation with the Data Science Virtual machine

The data science virtual machine

The Data Science VM is a ready built environment that contains:

  • Microsoft R Server Developer Edition
  • Anaconda Python distribution
  • Visual Studio Community Edition
  • Power BI desktop
  • SQL Server Express edition
  • Azure SDK
  • and more

Demonstration of Azure ML Studio and Jupyter

Questions?